home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / TextObjectImaging.idl < prev    next >
Text File  |  1996-05-01  |  1KB  |  57 lines

  1. /*
  2.      File:        TextObjectImaging.idl
  3.  
  4.      Contains:    Text object Imaging Interfaces.
  5.  
  6.      Version:    Technology:    System 8
  7.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  8.  
  9.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  10.  
  11.      Bugs?:        If you find a problem with this file, send the file and version
  12.                  information (from above) and the problem description to:
  13.  
  14.                      Internet:    apple.bugs@applelink.apple.com
  15.                      AppleLink:    APPLE.BUGS
  16.  
  17. */
  18. #ifndef __TEXTOBJECTIMAGING_IDL__
  19. #define __TEXTOBJECTIMAGING_IDL__
  20.  
  21. #include <somobj.idl>
  22. #include <somcls.idl>
  23.  
  24. #ifndef __CONDITIONALMACROS_IDL__
  25. #include <ConditionalMacros.idl>
  26. #endif
  27. #ifndef __TYPES_IDL__
  28. #include <Types.idl>
  29. #endif
  30. #ifndef __TEXTOBJECTS_IDL__
  31. #include <TextObjects.idl>
  32. #endif
  33. #ifndef __QUICKDRAW_IDL__
  34. #include <Quickdraw.idl>
  35. #endif
  36.  
  37. #ifdef __SOMIDL__
  38.  
  39. #if FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE
  40. /* An alias for OptionBits to make the intended usage in the prototypes easier to understand */
  41. typedef OptionBits                TextObjectImagingOptions;
  42.  
  43. /* Global direction choices */
  44. typedef UInt8                    TextObjectDirection;
  45.  
  46. /* Imaging option bits */
  47. /* Alignment options */
  48. /* Justification options */
  49. /* Condensed font options */
  50. /* Elision options */
  51. #endif
  52.  
  53. #endif /* __SOMIDL__ */
  54.  
  55. #endif /* __TEXTOBJECTIMAGING_IDL__ */
  56.  
  57.